const html/template.elementScript

8 uses

	html/template (current package)
		context.go#L263: 	elementScript
		element_string.go#L12: 	_ = x[elementScript-1]
		escape.go#L870: 	if c.state == stateAttr && c.element == elementScript && c.attr == attrScriptType && !isJSType(string(s[:i])) {
		transition.go#L82: 	elementScript:   stateJS,
		transition.go#L114: 	if c.element == elementScript && attrName == "type" {
		transition.go#L202: 	elementScript:   []byte("script"),
		transition.go#L219: 		if c.element == elementScript && (isInScriptLiteral(c.state) || isComment(c.state)) {
		transition.go#L637: 	"script":   elementScript,